home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / ping_ai.swf / scripts / frame_4 / DoAction.as
Text File  |  2011-01-13  |  239b  |  11 lines

  1. movie_width = 500;
  2. movie_height = 300;
  3. loadMovieNum("music.swf",10,"GET");
  4. Out = new Sound();
  5. Left_s = new Sound();
  6. Right_s = new Sound();
  7. Left_s.attachSound("left");
  8. Right_s.attachSound("right");
  9. Out.attachSound("Out");
  10. stop();
  11.